ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color:white;
    width:100%;
    top:0px;
    position:relative;
	background-color:white;
	z-index:2;
}
.m{
    display:inline-block;
    color: #306292;/*#2a89f1;*/
    text-align:center;
    /*padding: 10px 0px;*/
    text-decoration: none;
    font-size:18px;
    font-weight:bold;
   	-webkit-transition:all 300ms ease-in-out;
}
.m:hover{
	color:white;
	background-color:#306292;
}
.amenu{
    text-decoration:none;
    padding: 10px 43.7px;
    font-size:inherit;
	-webkit-transition:all 200ms ease-in-out;
    }
.menus {
    -webkit-transition: all 100ms ease; /* Safari and Chrome */
    -moz-transition: all 100ms ease; /* Firefox */
    -ms-transition: all 100ms ease; /* IE 9 */
    -o-transition: all 100ms ease; /* Opera */
    transition: all 100ms ease;
	background-color:white;
}
.menus:hover{
	color:white;
	background-color:#2a89f1;
}
/*-----------------------------------*/

@media screen and (max-width:1024px){
.meniuri{display:none;}
}
